From: Aaron Schulz Date: Wed, 2 Apr 2008 16:59:16 +0000 (+0000) Subject: typo X-Git-Tag: 1.31.0-rc.0~48665 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=0f9e572472561bc1f4cd843173bf2dbc81bfda7a;p=lhc%2Fweb%2Fwiklou.git typo --- diff --git a/includes/LogEventList.php b/includes/LogEventList.php index 1503517bef..67fbd136dd 100644 --- a/includes/LogEventList.php +++ b/includes/LogEventList.php @@ -541,7 +541,7 @@ class LogViewer { $this->pager->getNavigationBar() ); } else { - $wgOut->addWikiMsg( 'logempty' ); + $out->addWikiMsg( 'logempty' ); } } }